type runtime.plainError
20 uses
runtime (current package)
arena.go#L542: panic(plainError("runtime: allocation size out of range"))
chan.go#L67: panic(plainError("makechan: size out of range"))
chan.go#L86: panic(plainError("makechan: size out of range"))
chan.go#L217: panic(plainError("send on closed channel"))
chan.go#L294: panic(plainError("send on closed channel"))
chan.go#L399: panic(plainError("close of nil channel"))
chan.go#L405: panic(plainError("close of closed channel"))
error.go#L107: type plainError string
error.go#L109: func (e plainError) RuntimeError() {}
error.go#L111: func (e plainError) Error() string {
error.go#L355: panic(plainError("value method " + pkg + "." + typ + "." + meth + " called using nil *" + typ + " pointer"))
malloc.go#L1429: panic(plainError("runtime: allocation size out of range"))
map.go#L617: panic(plainError("assignment to entry in nil map"))
map_fast32.go#L115: panic(plainError("assignment to entry in nil map"))
map_fast32.go#L214: panic(plainError("assignment to entry in nil map"))
map_fast64.go#L115: panic(plainError("assignment to entry in nil map"))
map_fast64.go#L216: panic(plainError("assignment to entry in nil map"))
map_faststr.go#L225: panic(plainError("assignment to entry in nil map"))
proc.go#L547: panic(plainError("arg size to reflect.call more than 1GB"))
select.go#L526: panic(plainError("send on closed channel"))
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |